Release 10.1A: OpenEdge Data Management:
SQL Reference


CEILING

Returns the smallest integer greater than or equal to expression.

Syntax

CEILING ( expression ) 

Example

This example illustrates the CEILING function:

SELECT CEILING (32.5) 'Ceiling' 
     FROM SYSPROGRESS.SYSCALCTABLE; 

Note

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095